@charset "utf-8"; 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
body{word-wrap:break-word;word-break:break-all;_height:100%;font-size: 13px;}
table {border-collapse:collapse;border-spacing:0;} 
img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}
button,input,select,textarea,label {vertical-align:middle;outline:none;}
/*css瀹氫箟瓒呴摼鎺ュ洓涓姸鎬佷篃鏈夐『搴忕殑*/
a:link, a:visited {text-decoration:none;color: #1F376D;}
a:hover, a:active {text-decoration:underline;color: #BD0A01;border:none;}
ul {clear:both;overflow:hidden;width:100%;}
ol,ul,li {list-style:none;}
li{list-style:none;list-style-position:outside;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

input,select{
	font-size:13px;
	border: 1px solid #60adff !important;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #e2e2e2 inset;
	-webkit-box-shadow: 0 0 5px #e2e2e2 inset;
	box-shadow: 0 0 5px #e2e2e2 inset;
	transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	outline: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	vertical-align:middle;
}

/* TEXT */
input[type='password'],
input[type='text'],
input[type='url'],
input:not([type]) {
  -webkit-border-radius: 2px;
  border: 1px solid #aaa;
  font-size: inherit;
  padding: 3px;
}

input[type='text']:disabled {
  color: #888;
}


/*婊氬姩鏉�*/
::-webkit-scrollbar {
 background:#e7ecf0;
 overflow:visible;
 width: 10px;
 height:10px;
 border-radius: 5px;
 opacity:1;
 -webkit-transition: opacity .2s linear ;
}
::-webkit-scrollbar-button {
 display: none;
}
::-webkit-scrollbar-track {
background-color:#ffffff;
}
::-webkit-scrollbar-track-piece {
background:#ffffff;
}
::-webkit-scrollbar-thumb {
 background: #bac9d3;
 border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
 background: #b0c2ce;
}
::-webkit-scrollbar-thumb:active {
 background: #a6bac7;
}
